object DecodeProgressForm: TDecodeProgressForm Left = 250 Top = 158 BorderStyle = bsToolWindow Caption = 'Decoding...' ClientHeight = 118 ClientWidth = 392 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TotalLabel: TLabel Left = 8 Top = 8 Width = 3 Height = 13 end object CurrentTrackLabel: TLabel Left = 8 Top = 40 Width = 3 Height = 13 end object Bevel1: TBevel Left = 8 Top = 64 Width = 377 Height = 14 Shape = bsBottomLine end object TotalProgressBar: TProgressBar Left = 8 Top = 24 Width = 377 Height = 10 Min = 0 Max = 100 TabOrder = 0 end object CurrentTrackProgressBar: TProgressBar Left = 8 Top = 56 Width = 377 Height = 10 Min = 0 Max = 100 TabOrder = 1 end object StopButton: TButton Left = 159 Top = 88 Width = 75 Height = 22 Hint = 'Stop decode process' Caption = 'Stop' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = StopButtonClick end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption' 'Hint') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'TotalLabel' 'CurrentTrackLabel') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Left = 8 Top = 80 end object smlMsgLangRes: TsmlMsgLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True MsgList.Strings = ( 'Str1=Processed' 'Str2=Processing track') Active = False Left = 40 Top = 80 end end